projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d84b4f8
)
* src/systime.h (hz): #undef to work around AIX build issue.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 4 Sep 2019 06:40:32 +0000
(23:40 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 4 Sep 2019 06:47:19 +0000
(23:47 -0700)
src/systime.h
patch
|
blob
|
history
diff --git
a/src/systime.h
b/src/systime.h
index 125b2f1385e8a363776b1f0eb3339b24fbfb3d2c..2f783efcfcac48465d5dd50419c5add46bb5fbd9 100644
(file)
--- a/
src/systime.h
+++ b/
src/systime.h
@@
-41,6
+41,8
@@
typedef unsigned long Time;
#endif
#include <sys/time.h> /* for 'struct timeval' */
+
+#undef hz /* AIX <sys/param.h> #defines this. */
\f
/* Emacs uses struct timespec to represent nonnegative temporal intervals.